audio autoplay not working html

80

html video autoplay not working -

<script>
    document.getElementById('vid').play();
</script>

audio autoplay not working -

<iframe src="silence.mp3" allow="autoplay" id="audio" style="display: none"></iframe>

Comments

Submit
0 Comments